getDoubleValue2

abstract fun getDoubleValue2(): Double

Gets the second generic value, attempting to interpret it as a double. See getDoubleValue1 for notes on error handling.

Return

The second value as a double. Behavior on parsing error is implementation-dependent.